home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
term
/
vltj5867.lha
/
VLT
/
rexx
/
Readme
< prev
next >
Wrap
Text File
|
1994-03-27
|
3KB
|
54 lines
Sample ARexx macros
-------------------
These are just some example REXX macros.
AutoWrap.vlt Uses the wedge command to implement auto word wrap.
Carrier.vlt Example to show how to extract carrier status. Used in
RunBBS.rexx.
DoLens.vlt Pops up a magnifier to the VLT screen, if you have WLens.
Intercept.vlt Shows how to use the WEDGE command.
LastMsgTxEd.vlt Shows you how to play with the review buffer. This one
brings up the last BIX message in TxEd.
LastMsgTTX.vlt The same example, but now for Turbotext.
MarginBell.vlt WEDGE command example: ring a bell when the cursor passes
column 72.
Remote.vlt Shows how to send a command to a remote VLT.
SendASCII.vlt Sends text files to the host using xprascii.library
VLTMouse.vlt VLTMouse.rexx and .vlt show how to program mouse support.
VLTRequest.vlt A general utility to substitute results of requesters into
script commands. See the comments for documentation.
X10Direct.vlt A panel that allows you to send direct on/off commands to
an X10 (home appliance) controller.
These are ARexx scripts to be run from the shell. You should probably copy
them to rexx:, if they aren't there yet.
AddRexxLib.rexx Adds the necessary ARexx support libraries to the system.
ExtractTest.rexx Extracts all fields from VLT and displays them in a Shell.
FifoBBS.rexx A BBS using VLT's new Fifo Pipes.
RunBBS.rexx Runs a copy of VLT and FifoBBS, all set up to work right.
SetPing.rexx Shows you how to communicate with the PingServer.
VLTMouse.rexx VLTMouse.rexx and .vlt show how to program mouse support.
This one is specific to Provector, and can only be used with VLT, not VLTjr.
VLT2Provec.pvrx Convert VLT Tektronix commands to ARexx instructions for
Provector.
The phone book facility consists of one macro that should be run from VLT
(VLTPhoneBook.vlt) and some others that are called by VLTPhoneBook. Don't
run these separately, unless you know what they will do!
VLTPhoneBook.vlt The main phone book panel.
VLTPhoneDelete.rexx Delete entries in the phone book.
VLTPhoneDial.rexx Start or Resume dialing.
VLTPhoneModify.rexx Change an entry in the phone book.
VLTPhoneSelect.rexx Select some phone numbers to dial.
VLTPhoneSetup.rexx Select a different phonebook.
VLTPhoneShow.rexx Show an entry in the phone book.
Willy.